Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144115
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144115 Number of Fibonacci parts in all partitions of n. +0
4
1, 3, 6, 11, 19, 32, 49, 77, 114, 169, 241, 345, 480, 667, 910, 1237, 1656, 2213, 2918, 3840, 5003, 6497, 8368, 10751, 13711, 17441, 22052, 27806, 34879, 43645, 54355, 67535, 83571, 103171, 126907, 155766, 190554, 232629, 283158, 343969, 416716 (list; graph; listen)
OFFSET

1,2

MAPLE

b:= proc(n) option remember; false end: l:= [0, 1]: for k to 100 do b(l[1]):= true; l:= [l[2], l[1]+l[2]] od: aa:= proc(n, i) option remember; local g, h; if n=0 then [1, 0] elif i=0 or n<0 then [0, 0] else g:= aa(n, i-1); h:= aa(n-i, i); [g[1]+h[1], g[2]+h[2] +`if`(b(i), h[1], 0)] fi end: a:= n-> aa(n, n)[2]: seq (a(n), n=1..60); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Jun 24 2009]

CROSSREFS

Cf. A000045, A006128, A037032, A144116, A144117, A144118.

Sequence in context: A050228 A114089 A001976 this_sequence A116557 A001911 A020957

Adjacent sequences: A144112 A144113 A144114 this_sequence A144116 A144117 A144118

KEYWORD

nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Sep 11 2008

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Jun 24 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research