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!)
A138278 Sequence identical to its third differences in absolute values. 1
1, 2, 4, 8, 16, 24, 40, 80, 120, 200, 400, 600, 1000, 2000, 3000, 5000, 10000, 15000, 25000, 50000, 75000, 125000, 250000, 375000, 625000, 1250000, 1875000, 3125000, 6250000, 9375000, 15625000, 31250000, 46875000, 78125000, 156250000, 234375000, 390625000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From R. J. Mathar, Mar 23 2010: (Start)
a(n) = 5*a(n-3), n>5.
G.f.: (3*x^3+6*x^4+4*x^5+1+2*x+4*x^2)/(1-5*x^3). (End)
Sum_{n>=0} 1/a(n) = 391/192. - Amiram Eldar, Jan 14 2024
MATHEMATICA
Join[{1, 2, 4}, LinearRecurrence[{0, 0, 5}, {8, 16, 24}, 40]] (* Harvey P. Dale, Dec 08 2011 *)
CROSSREFS
Sequence in context: A031923 A304076 A225549 * A326078 A089827 A369151
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, May 06 2008
EXTENSIONS
Edited by Charles R Greathouse IV, Mar 18 2010
More terms from Harvey P. Dale, Dec 08 2011
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 24 12:39 EDT 2024. Contains 371937 sequences. (Running on oeis4.)