login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A103382 Primes in A103372. 6
2, 3, 5, 7, 17, 31, 71, 157, 257, 349, 641, 769, 3613, 16763, 233417, 9540317, 7391145211, 139697883473, 163069191377, 562142600387, 108169189705333, 1285424246556809, 1050111983810669984101, 17940124369540827523058309 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Intersection of A103372 with A000040.

EXAMPLE

233417 is an element of this sequence because A103372(83) = 233417.

MATHEMATICA

k = 4; Do[a[n] = 1, {n, k + 1}]; a[n_] := a[n] = a[n - k] + a[n - k - 1]; Union[Select[Array[a, 400], PrimeQ]]

CROSSREFS

Cf. A000040, A103372, A103383-A103391, A103392.

Sequence in context: A103386 A103384 A103383 * A143027 A001153 A141453

Adjacent sequences:  A103379 A103380 A103381 * A103383 A103384 A103385

KEYWORD

nonn,easy

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Feb 03 2005

EXTENSIONS

Edited and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net) and Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 06 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 02:08 EST 2012. Contains 205978 sequences.