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!)
A067848 prime(n)+1 divides prime(n^2)+1. 0
1, 2, 3, 16, 93, 947, 62627, 165517 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(9) > 3*10^5. [From Donovan Johnson, Nov 15 2009]
LINKS
EXAMPLE
prime(3)+1 = 6, prime(3^2)+1 = 30, so 3 is a term of the sequence.
MATHEMATICA
Select[Range[10^5], Mod[Prime[ #^2] + 1, Prime[ # ] + 1] == 0 &]
CROSSREFS
Sequence in context: A371613 A254382 A354610 * A269067 A370201 A356882
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Feb 14 2002
EXTENSIONS
a(7)-a(8) from Donovan Johnson, Nov 15 2009
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)