The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A242215 a(n) = 18*n + 5. 2
5, 23, 41, 59, 77, 95, 113, 131, 149, 167, 185, 203, 221, 239, 257, 275, 293, 311, 329, 347, 365, 383, 401, 419, 437, 455, 473, 491, 509, 527, 545, 563, 581, 599, 617, 635, 653, 671, 689, 707, 725, 743, 761, 779, 797, 815, 833, 851, 869, 887, 905, 923, 941, 959 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Conjecture: there are infinitely many composite Fermat numbers such that no one of them has a divisor that belongs to this sequence.
LINKS
Wikipedia, Fermat number
FORMULA
G.f.: (5 + 13*x)/(1 - x)^2.
MAPLE
seq(18*n+5, n=0..53);
MATHEMATICA
Table[18*n + 5, {n, 0, 53}]
LinearRecurrence[{2, -1}, {5, 23}, 60] (* Harvey P. Dale, Aug 25 2017 *)
PROG
(Magma) [18*n+5: n in [0..53]];
(PARI) for(n=0, 53, print1(18*n+5, ", "));
CROSSREFS
Supersequence of A061240. Cf. A229855.
Sequence in context: A098421 A371622 A044447 * A061240 A243401 A062341
KEYWORD
nonn,easy
AUTHOR
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 June 5 08:12 EDT 2024. Contains 373102 sequences. (Running on oeis4.)