Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131590
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131590 Sum of the squares of the first 2^n primes. +0
1
4, 13, 87, 1027, 13275, 155995, 1789395, 19523155, 204330315, 2081006083, 20605602003, 199966727443, 1908356153955, 17942429101363, 166591116531123, 1529578004981731, 13917470067182067, 125565110929591171 (list; graph; listen)
OFFSET

0,1

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, b) = { local(x, y, s, a); for(y=0, n, s=0; for(x=1, b^y, s+=prime(x)^2; ); print1(s", "); ) }

CROSSREFS

Sequence in context: A012258 A012134 A088946 this_sequence A041433 A058014 A045886

Adjacent sequences: A131587 A131588 A131589 this_sequence A131591 A131592 A131593

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