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!)
A155819 a(n) = p(n+1)^2 + 2*p(n) + 1; p(n) is the n-th prime number and n >= 1. 0
14, 32, 60, 136, 192, 316, 396, 568, 888, 1020, 1432, 1756, 1932, 2296, 2904, 3588, 3840, 4612, 5176, 5472, 6388, 7048, 8088, 9588, 10396, 10812, 11656, 12096, 12988, 16356, 17416, 19032, 19596, 22480, 23100, 24952, 26884, 28216, 30264 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All the terms are even.
LINKS
MATHEMATICA
#[[2]]^2+2#[[1]]+1&/@Partition[Prime[Range[40]], 2, 1] (* Harvey P. Dale, Jan 29 2021 *)
PROG
(PARI) a(n)=prime(n+1)^2+2*prime(n) + 1; \\ Joerg Arndt, Aug 07 2013
CROSSREFS
Sequence in context: A222414 A084194 A031109 * A120711 A018959 A225420
KEYWORD
nonn,less
AUTHOR
Avik Roy (avik_3.1416(AT)yahoo.co.in), Jan 28 2009
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 March 29 07:27 EDT 2024. Contains 371265 sequences. (Running on oeis4.)