Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131592
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131592 Sum of the squares of the first n^n primes. +0
1
4, 4, 87, 86606, 204330315, 792563962432, 4719861842243387 (list; graph; listen)
OFFSET

0,1

FORMULA

Define 0^0 = 1 for this sequence.

EXAMPLE

The sum of the squares of the first 2^2 primes = 4+9+25+49 = 87, the third entry in the sequence.

PROGRAM

(PARI) sumprimesq(n) = { local(x, y, s, a); for(y=0, n, s=0; for(x=1, y^y, s+=prime(x)^2; ); print1(s", "); ) }

CROSSREFS

Sequence in context: A119600 A107053 A068376 this_sequence A092209 A068337 A009534

Adjacent sequences: A131589 A131590 A131591 this_sequence A131593 A131594 A131595

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), Aug 30 2007

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 December 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research