The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A232229 a(1)=9; thereafter a(n) = 8*10^(n-1) + 8 + a(n-1). 1
9, 97, 905, 8913, 88921, 888929, 8888937, 88888945, 888888953, 8888888961, 88888888969, 888888888977, 8888888888985, 88888888888993, 888888888889001, 8888888888889009, 88888888888889017, 888888888888889025, 8888888888888889033, 88888888888888889041, 888888888888888889049, 8888888888888888889057 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
An infinite subsequence of A003052.
LINKS
D. W. Bange, Solution to Problem E 2408, Amer. Math. Monthly, 81 (1974), 407.
FORMULA
G.f.: x*(-9+11*x+70*x^2) / ( (10*x-1)*(x-1)^2 ). a(n) = (8*10^n-71)/9+8*n. - R. J. Mathar, Nov 24 2013
MAPLE
f:=proc(n) option remember; if n=1 then 9 else
8*10^(n-1)+8+f(n-1); fi; end;
[seq(f(n), n=1..40)];
MATHEMATICA
RecurrenceTable[{a[1]==9, a[n]==8*10^(n-1)+8+a[n-1]}, a, {n, 30}] (* Harvey P. Dale, May 19 2018 *)
CROSSREFS
Sequence in context: A069636 A069621 A284668 * A240780 A236672 A155699
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 22 2013
EXTENSIONS
Definition corrected by Harvey P. Dale, May 19 2018
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 June 3 19:11 EDT 2024. Contains 373087 sequences. (Running on oeis4.)