The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A060429 a(n) = 4*prime(n)^2+1. 2
17, 37, 101, 197, 485, 677, 1157, 1445, 2117, 3365, 3845, 5477, 6725, 7397, 8837, 11237, 13925, 14885, 17957, 20165, 21317, 24965, 27557, 31685, 37637, 40805, 42437, 45797, 47525, 51077, 64517, 68645, 75077, 77285, 88805 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 4*A001248(n) + 1. - Vincenzo Librandi, Dec 17 2013
MAPLE
A060429:=n->4*ithprime(n)^2+1; seq(A060429(n), n=1..100); # Wesley Ivan Hurt, Dec 17 2013
MATHEMATICA
Table[4*Prime[n]^2+1, {n, 100}] (* Wesley Ivan Hurt, Dec 17 2013 *)
PROG
(PARI) { n=0; forprime (p=1, 542, write("b060429.txt", n++, " ", 4*p^2 + 1); ) } \\ Harry J. Smith, Jul 05 2009
CROSSREFS
Sequence in context: A141886 A350096 A269240 * A052292 A154301 A057185
KEYWORD
nonn,easy
AUTHOR
Jason Earls, Apr 06 2001
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 May 29 05:33 EDT 2024. Contains 372921 sequences. (Running on oeis4.)