login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067853 Numbers n such that n divides prime(n^2)+1. 0
1, 2, 3, 8, 12, 37, 72, 73, 95, 472, 582, 735, 745, 1293, 1295, 1354, 2886, 6088, 7418, 7650, 8922, 9348, 9584, 14592, 25212, 34997, 36360, 102226, 114713, 160044, 190402 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(32) > 3*10^5. [From Donovan Johnson (donovan.johnson(AT)yahoo.com), Nov 15 2009]

EXAMPLE

8 divides prime(8^2)+1 = 312 = 39*8, so 8 is a term of the sequence.

MATHEMATICA

Select[Range[10^4], Mod[Prime[ #^2] + 1, # ] == 0 &]

CROSSREFS

Sequence in context: A025080 A024468 A134683 * A086590 A160610 A127484

Adjacent sequences:  A067850 A067851 A067852 * A067854 A067855 A067856

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Feb 15 2002

EXTENSIONS

a(24)-a(31) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Nov 15 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 06:27 EST 2012. Contains 205998 sequences.