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!)
A283679 G.f.: F(F(F(x))) where F(x) = x/(1-x-x^2) is the g.f. for the Fibonacci numbers. 2
0, 1, 3, 12, 48, 197, 815, 3391, 14153, 59185, 247791, 1038186, 4351706, 18245861, 76514483, 320899470, 1345931153, 5645394769, 23679726926, 99326654214, 416638208001, 1747652017025, 7330817809523, 30750407615699, 128988186902345, 541064919671773, 2269598571509748, 9520261251293028 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
f:= x-> x/(1-x-x^2):
a:= n-> coeff(series(f(f(f(x))), x, n+1), x, n):
seq(a(n), n=0..23);
CROSSREFS
Sequence in context: A113956 A323261 A103943 * A165328 A351282 A142873
KEYWORD
nonn,easy
AUTHOR
Oboifeng Dira, Mar 14 2017
EXTENSIONS
Edited by N. J. A. Sloane, Apr 21 2017
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)