Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107390
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107390 Composite Fibonacci sequence: each term is the composite with index equal to the sum of the previous two terms. +0
1
4, 6, 18, 36, 76, 147, 285, 532, 984, 1795, 3237, 5793, 10293, 18168, 31887, 55709, 96926, 167972, 290136, 499615, 857947, 1469576, 2511369, 4282663, 7289002, 12383250, 21002336, 35564859, 60136917, 101547211, 171253466, 288461204 (list; graph; listen)
OFFSET

1,1

COMMENT

What is the value of lim(n -> infinity) a(n)/a(n+1)? - Ryan Propper (rpropper(AT)stanford.edu), Jan 11 2007

FORMULA

a(n) = composite(a(n-1)+a(n-2)); a(1)=4; a(2)=6;

EXAMPLE

a(5)=composite(18+36)=composite(54)=76

MATHEMATICA

Composite[n_Integer] := FixedPoint[n + PrimePi[ # ] + 1 &, n + PrimePi[n] + 1]; a = 4; b = 6; Do[c = Composite[a + b]; Print[c]; a = b; b = c, {n, 100}] - Ryan Propper (rpropper(AT)stanford.edu), Jan 11 2007

CROSSREFS

Cf. A002808, A000045, A107327.

Sequence in context: A138276 A088810 A005199 this_sequence A051253 A064403 A060667

Adjacent sequences: A107387 A107388 A107389 this_sequence A107391 A107392 A107393

KEYWORD

nonn,easy

AUTHOR

Christopher M. Tomaszewski (cmt1288(AT)comcast.net), May 24 2005

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Jan 11 2007

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 September 6 00:03 EDT 2008. Contains 143485 sequences.


AT&T Labs Research