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!)
A194216 Primes of the form k^32 + (k+1)^32. 10
3512911982806776822251393039617, 2211377674535255285545615254209921, 476961452964007550415682034114910337, 46677208572152524490331633250547044320123137 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime 32-dimensional centered cube numbers. This is to dimension 32 as A194185 is to dimension 16; as A194155 is to dimension 8; and as A152913 is to dimension 4.
LINKS
EXAMPLE
a(1) = 8^32 + (8 + 1)^32 = A100267(2).
a(2) = 10^32 + (10 + 1)^32 = A100267(3) = A176935(2).
a(3) = 12^32 + (12 + 1)^32 = A100267(4).
a(4) = 22^32 + (22 + 1)^32.
MATHEMATICA
Select[Table[n^32+(n+1)^32, {n, 1, 3000}], PrimeQ] (* Vincenzo Librandi, Dec 08 2011 *)
PROG
(Magma) [a: n in [1..200] | IsPrime(a) where a is n^32+(n+1)^32]; // Vincenzo Librandi, Dec 08 2011
CROSSREFS
Sequence in context: A095454 A261700 A194566 * A058446 A292635 A095456
KEYWORD
nonn,easy
AUTHOR
Jonathan Vos Post, Aug 18 2011
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 March 28 16:34 EDT 2024. Contains 371254 sequences. (Running on oeis4.)