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!)
A219997 Decades whose prime pattern is same as the prime pattern in the previous decade, with at least one prime. 2
38, 79, 125, 140, 155, 181, 235, 277, 289, 292, 311, 332, 437, 445, 500, 533, 559, 610, 617, 625, 649, 697, 707, 718, 751, 821, 857, 874, 895, 952, 962, 974, 1048, 1073, 1100, 1115, 1189, 1271, 1310, 1348, 1352, 1357, 1367, 1384, 1415, 1420, 1430, 1448, 1474 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) >> n log^2 n.
a(n) = A216329(n) + 1.
PROG
(PARI) for(i=2, 1500, if(isprime(10*i-9)==isprime(10*i+1)&&isprime(10*i-7)==isprime(10*i+3)&&isprime(10*i-3)==isprime(10*i+7)&&isprime(10*i-1)==isprime(10*i+9)&&isprime(10*i+1)+isprime(10*i+3)+isprime(10*i+7)+isprime(10*i+9)>=1, print1(i", ")))
CROSSREFS
Cf. A190639.
Cf. A216329 (lower decade).
Sequence in context: A044485 A160846 A219999 * A039421 A043244 A044024
KEYWORD
nonn,base
AUTHOR
V. Raman, Dec 07 2012
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 May 13 18:50 EDT 2024. Contains 372522 sequences. (Running on oeis4.)