Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064013
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064013 Sum of first n^2 odd primes (=S) is divisible by n and S/n = n mod 2. +0
2
1, 35, 215, 225, 398, 2097, 5205, 7452, 22359 (list; graph; listen)
OFFSET

1,2

COMMENT

A necessary condition for the existence of a magic square consisting of the first n^2 odd primes.

EXAMPLE

a(2)=35 since 3+5+ ... +9941 = 5706505 = 35*163043 and 163043 = 35 mod 2.

PROGRAM

(PARI) s=0; t=0; u=1; forprime(x=3, 2500000, s=s+x; t=t+1; if(t==u*u, if(s%u==0&(s\u)%2==u%2, print(u), ); u=u+1, ))

CROSSREFS

Sequence in context: A005937 A007329 A101628 this_sequence A020262 A104474 A068722

Adjacent sequences: A064010 A064011 A064012 this_sequence A064014 A064015 A064016

KEYWORD

nonn,hard

AUTHOR

H. K. Gottlob Maier (1korrago(AT)freenet.de), Sep 07, 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research