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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070156 n-1,n+1,1+n^2 and 1+n^4 are all prime numbers. 2
4, 6, 180, 3390, 18060, 19380, 34500, 92220, 92640, 96180, 114660, 127680, 133980, 140760, 159630, 161880, 172170, 207480, 254280, 255840, 263820, 296910, 309780, 378570, 380880, 397590, 408690, 422880, 432660, 440550, 511170, 540390, 572940 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

n=6: 5,7,37,1297 are all primes

MATHEMATICA

Do[s=n; If[PrimeQ[n-1]&&PrimeQ[n+1]&&PrimeQ[1+n^2] &&PrimeQ[1+n^4], Print[n]], {n, 1, 1000000}]

CROSSREFS

Cf. A001359, A070155.

Sequence in context: A070155 A197882 A074124 * A081970 A076098 A141568

Adjacent sequences:  A070153 A070154 A070155 * A070157 A070158 A070159

KEYWORD

easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Apr 23 2002

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 15 21:56 EST 2012. Contains 205860 sequences.