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!)
A032343 a(n) = 10*a(n-1)+n^2, a(0)=0. 1
0, 1, 14, 149, 1506, 15085, 150886, 1508909, 15089154, 150891621, 1508916310, 15089163221, 150891632354, 1508916323709, 15089163237286, 150891632373085, 1508916323731106, 15089163237311349, 150891632373113814 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n)/10^n converges to 110/729=0.15089163237311...
LINKS
FORMULA
a(n) =(10^n-1)*(110/729)-n^2/9-n*(20/81).
G.f.: (x^2+x)/((x-1)^3*(10*x-1)). - Harvey P. Dale, Mar 20 2011
MATHEMATICA
CoefficientList[Series[(x^2+x)/((x-1)^3 (10x-1)), {x, 0, 30}], x] (* Harvey P. Dale, Mar 20 2011 *)
RecurrenceTable[{a[0] == 0, a[n] == 10*a[n-1] + n^2}, a, {n, 100}] (* Vincenzo Librandi, Mar 10 2013 *)
PROG
(Magma) [0] cat [n le 1 select n else 10*Self(n-1)+n^2: n in [1..20]]; // Vincenzo Librandi, Mar 10 2013
CROSSREFS
Sequence in context: A162965 A067103 A081184 * A222614 A019521 A009614
KEYWORD
nonn,easy
AUTHOR
Henry Bottomley, Jul 04 2000
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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)