[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Revision History for A332173 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A332173 a(n) = 7*(10^(2n+1)-1)/9 - 4*10^n.
(history; published version)
#10 by M. F. Hasler at Tue Feb 11 08:26:35 EST 2020
STATUS

editing

approved

#9 by M. F. Hasler at Tue Feb 11 08:26:15 EST 2020
MATHEMATICA

Array[7 (10^(2 # + 1) - 1)/9 - 4*10^# &, 15, 0]

STATUS

approved

editing

#8 by M. F. Hasler at Sat Feb 08 18:03:23 EST 2020
STATUS

editing

approved

#7 by M. F. Hasler at Sat Feb 08 18:03:12 EST 2020
CROSSREFS

Cf. A002275 (repunits R_n = [ = (10^n/-1)/9]), ), A002281 (7*R_n), A011557 (10^n).

#6 by M. F. Hasler at Sat Feb 08 18:02:10 EST 2020
PROG

(Python) def A332173(n): return 10**(n*2+1)//9*7-4*10^n

CROSSREFS

Cf. A002275 (repunits R_n = [10^n/9]), A002281 (7*R_n), A011557 (10^n).

STATUS

approved

editing

#5 by M. F. Hasler at Sat Feb 08 17:27:47 EST 2020
STATUS

editing

approved

#4 by M. F. Hasler at Sat Feb 08 17:27:20 EST 2020
CROSSREFS

Cf. A332171 .. A332179 (variants with different middle digit 1, ..., 9).

#3 by M. F. Hasler at Sat Feb 08 14:36:03 EST 2020
MAPLE

A332173 := n -> 7*(10^(n*2+1)-1)/9 - 4*10^n;

MATHEMATICA

Array[7 (10^(2 # + 1) - 1)/9 - 4*10^# &, 15]

#2 by M. F. Hasler at Sat Feb 08 14:33:21 EST 2020
NAME

allocated for M. F. Hasler

a(n) = 7*(10^(2n+1)-1)/9 - 4*10^n.

DATA

3, 737, 77377, 7773777, 777737777, 77777377777, 7777773777777, 777777737777777, 77777777377777777, 7777777773777777777, 777777777737777777777, 77777777777377777777777, 7777777777773777777777777, 777777777777737777777777777, 77777777777777377777777777777, 7777777777777773777777777777777

OFFSET

0,1

COMMENTS

According to M. Kamada, n = 0 and n = 2 are the only indices of a prime up to n = 2*10^4.

LINKS

Makoto Kamada, <a href="https://stdkmd.net/nrr/7/77377.htm">Factorization of 77...77377...77</a>, updated Dec 11 2018.

<a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (111,-1110,1000).

FORMULA

a(n) = 7*A138148(n) + 3*10^n.

G.f.: (1 + 404*x - 1100*x^2)/((1 - x)*(1 - 10*x)*(1 - 100*x)).

a(n) = 111*a(n-1) - 1110*a(n-2) + 1000*a(n-3) for n>2.

PROG

(PARI) apply( {A332173(n)=10^(n*2+1)\9*7-4*10^n}, [0..15])

CROSSREFS

Cf. A138148 (cyclops numbers with binary digits only).

KEYWORD

allocated

nonn,base,easy,changed

AUTHOR

M. F. Hasler, Feb 06 2020

STATUS

approved

editing

#1 by M. F. Hasler at Thu Feb 06 20:55:20 EST 2020
NAME

allocated for M. F. Hasler

KEYWORD

allocated

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)