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!)
A077067 Squarefree numbers of form prime + 1. 5
3, 6, 14, 30, 38, 42, 62, 74, 102, 110, 114, 138, 158, 174, 182, 194, 230, 258, 278, 282, 314, 318, 354, 374, 390, 398, 402, 410, 422, 434, 458, 462, 510, 542, 570, 602, 614, 618, 642, 654, 662, 674, 678, 710, 734, 758, 762, 770, 798, 822, 830, 854, 858, 878 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A077066(a(n)) = a(n).
LINKS
FORMULA
a(n) = A049097(n)+1. - Zak Seidov, Aug 15 2006
EXAMPLE
A005117(28)=42=2*3*7 is a term as 42=A000040(13)+1=41+1.
MATHEMATICA
Select[Prime[Range[200]]+1, SquareFreeQ] (* Harvey P. Dale, Aug 20 2017 *)
PROG
(PARI) isok(n) = issquarefree(n) && isprime(n-1); \\ Michel Marcus, Mar 22 2016
(PARI) lista(nn) = forprime(p=2, nn, if (issquarefree(p+1), print1(p+1, ", "))); \\ Michel Marcus, Mar 22 2016
CROSSREFS
Sequence in context: A084174 A036658 A307457 * A083797 A308580 A192672
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 23 2002
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)