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!)
A173035 Cat years in human years: a(0) = 0, a(1) = 15, a(2) = 24, a(n) = a(n-1) + 4 for n >= 3. 1
0, 15, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152, 156, 160, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 204, 208, 212, 216, 220, 224, 228, 232, 236, 240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From G. C. Greubel, Feb 20 2021: (Start)
a(n) = 4*(n+4) -16*[n=0] -5*[n=1].
G.f.: x*(15 -6*x -5*x^2)/(1-x)^2.
E.g.f.: 4*(4+x)*exp(x) -16 - 5*x. (End)
MAPLE
0, 15, seq(4*(n+4), n=2..60); # G. C. Greubel, Feb 20 2021
MATHEMATICA
Join[{0, 15}, NestList[#+4&, 24, 60]] (* Harvey P. Dale, Nov 24 2013 *)
PROG
(Sage) [0, 15]+[4*(n+4) for n in (2..60)] # G. C. Greubel, Feb 20 2021
(Magma) [0, 15] cat [4*(n+4): n in [2..60]]; // G. C. Greubel, Feb 20 2021
CROSSREFS
Sequence in context: A114436 A114558 A035408 * A242152 A269314 A269316
KEYWORD
nonn,easy
AUTHOR
Grace Wang (grace_c_wang(AT)yahoo.com), Feb 07 2010
EXTENSIONS
Links provided by M. F. Hasler, Feb 09 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 24 13:24 EDT 2024. Contains 371955 sequences. (Running on oeis4.)