Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A126273
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A126273 a(0) = a(1) = a(2) = 1, a(n) = largest prime <= a(n-1)+a(n-2)+a(n-3). +0
1
1, 1, 1, 3, 5, 7, 13, 23, 43, 79, 139, 257, 467, 863, 1583, 2909, 5351, 9839, 18097, 33287, 61223, 112603, 207113, 380929, 700643, 1288657, 2370223, 4359517, 8018383, 14748119, 27126019, 49892519, 91766581, 168785119, 310444181 (list; graph; listen)
OFFSET

1,4

COMMENT

Analogue of A055500 a(0)=1, a(1)=1, a(n) = largest prime <= a(n-1)+a(n-2). Might be called the Prime-tribonacci sequence. a(n) is asymptotic to c*T^n where T is the tribonacci constant 1.83928675 whose digits are A058265 for a real constant c.

EXAMPLE

a(3) = 3 = a(0)+a(1)+a(2) = 1+1+1 = 3.

a(4) = 5 = a(1)+a(2)+a(3) = 1+1+3 = 5.

a(5) = 7 < a(2)+a(3)+a(4) = 1+3+5 = 9.

a(6) = 13 < a(3)+a(4)+a(5) = 3+5+7 = 15.

a(7) = 23 < a(4)+a(5)+a(6) = 5+7+13 = 25.

a(8) = 43 = a(5)+a(6)+a(7) = 7+13+23 = 43.

a(9) = 79 = a(6)+a(7)+a(8) = 13+23+43 = 79.

a(10) = 139 < a(7)+a(8)+a(9) = 23+43+79 = 145.

MAPLE

a[0]:=1:a[1]:=1:a[2]:=1:for n from 3 to 40 do a[n]:=prevprime(1+a[n-1]+a[n-2]+a[n-3]) od: seq(a[n], n=0..40); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 24 2007

CROSSREFS

Cf. A000040, A000073, A055500, A058265.

Sequence in context: A003229 A077949 A077974 this_sequence A007658 A154321 A024724

Adjacent sequences: A126270 A126271 A126272 this_sequence A126274 A126275 A126276

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Mar 09 2007

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 24 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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research