Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A098062
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A098062 Primes of the form n^2 + 4n + 8. +0
3
13, 29, 53, 173, 229, 293, 733, 1093, 1229, 1373, 2029, 2213, 3253, 4229, 4493, 5333, 7229, 7573, 9029, 9413, 10613, 13229, 13693, 15629, 18229, 18773, 21613, 24029, 26573, 27893, 31333, 33493, 37253, 41213, 42853, 46229, 47093, 54293, 55229 (list; graph; listen)
OFFSET

1,1

COMMENT

Or, primes that are equal to the mean of 7 consecutive squares. - Zak Seidov (zakseidov(AT)gmail.com), Apr 14 2007

Sum of 7 consecutive squares starting with m^2 is equal to 7*(13 + 6*m + m^2) and mean is (13 + 6*m + m^2)=(m+3)^2+4. Hence a(n)=A005473(n+1). Note that only nonnegative m's are considered. - Zak Seidov (zakseidov(AT)gmail.com), Apr 14 2007

a(n)==1 (mod 4).

a(n)= A005473(n+1). - Zak Seidov, Apr 12 2007

EXAMPLE

13=(0^2+...+6^2)/7, 29=(2^2+...+8^2)/7=29, 53=(4^2+...+10^2)/7=53.

MATHEMATICA

Select[ Table[ n^2 + 4n + 8, {n, 240}], PrimeQ[ # ] &] (from Robert G. Wilson v Sep 14 2004)

PROGRAM

(PARI) for(n=0, 240, if(isprime(p=n^2+4*n+8), print1(p, ", "))) (Klaus Brockhaus)

CROSSREFS

Cf. A005473, A056899, A067201, A007591, A129389, A129412.

Sequence in context: A010337 A162579 A090866 this_sequence A094481 A045637 A146743

Adjacent sequences: A098059 A098060 A098061 this_sequence A098063 A098064 A098065

KEYWORD

nonn

AUTHOR

Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Sep 12 2004

EXTENSIONS

Edited, corrected and extended by Robert G. Wilson v (rgwv(AT)rgwv.com) and Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Sep 14 2004

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jul 02 2008 at the suggestion of R. J. Mathar

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 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research