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!)
A352851 a(n) = prime(n)^2 + prime(n+1). 3
7, 14, 32, 60, 134, 186, 308, 384, 558, 872, 998, 1410, 1724, 1896, 2262, 2868, 3542, 3788, 4560, 5114, 5408, 6324, 6978, 8018, 9510, 10304, 10716, 11558, 11994, 12896, 16260, 17298, 18908, 19470, 22352, 22958, 24812, 26736, 28062, 30108, 32222, 32952, 36674, 37446, 39008, 39812, 44744, 49956 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A001248(n) + A000040(n+1).
a(n) = 2*A140511(n), for n>1. - Michel Marcus, Mar 25 2023
EXAMPLE
a(3) = 5^2 + 7 = 32.
MAPLE
seq(ithprime(i)^2+ithprime(i+1), i=1..100);
MATHEMATICA
a[n_] := Prime[n]^2 + Prime[n + 1]; Array[a, 50] (* Amiram Eldar, Apr 07 2022 *)
CROSSREFS
Sequence in context: A058530 A293359 A134384 * A304143 A055780 A161814
KEYWORD
nonn
AUTHOR
Robert Israel, Apr 05 2022
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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)