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!)
A014942 ( 1+24^n*(23*n-1) ) / 529. 2
1, 49, 1777, 57073, 1715953, 49491697, 1387212529, 38078983921, 1028756811505, 27446832213745, 724884022832881, 18985057740861169, 493749574409596657, 12764586312924606193, 328300388160453422833, 8406016915457191128817 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = a(n-1) + n * 24^(n-1).
a(n)= 49*a(n-1) - 624*a(n-2) + 576*a(n-3).
G.f.: x/( (1-x)*(1-24*x)^2 ). [Joerg Arndt, May 23 2010]
MATHEMATICA
a[1] = 1; a[n_Integer] := a[n - 1] + n*24^(n - 1); Table[ a[n], {n, 1, 20}]
CROSSREFS
Cf. A014960.
Sequence in context: A140394 A008843 A145848 * A260856 A367378 A065785
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Robert G. Wilson v, Sep 15 2000
Exchanged Lava formula of Jan 2009 with the definition [R. J. Mathar, May 23 2010]
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 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)