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!)
A103384 Primes in A103374. 2
2, 3, 5, 7, 17, 31, 71, 127, 157, 227, 293, 349, 419, 521, 1873, 3877, 4889, 6607, 12289, 19843, 31873, 42703, 80309, 137957, 884987, 976091, 9979037, 15614983, 29738231, 45024979, 812280583, 6882259301, 8479913153, 88930242859, 356874733421 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A103374 with A000040.
LINKS
EXAMPLE
1873 is an element of this sequence because A103374(74) = 1873.
MATHEMATICA
k = 6; Do[a[n] = 1, {n, k + 1}]; a[n_] := a[n] = a[n - k] + a[n - k - 1]; Union[Select[Array[a, 260], PrimeQ]]
CROSSREFS
Sequence in context: A103387 A103388 A103386 * A103383 A103382 A143027
KEYWORD
nonn,easy
AUTHOR
Jonathan Vos Post, Feb 03 2005
EXTENSIONS
Edited, corrected and extended by Ray Chandler and Robert G. Wilson v, Feb 06 2005
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 23 05:59 EDT 2024. Contains 371906 sequences. (Running on oeis4.)