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!)
A299644 a(n) = prime(prime(n+1)) + prime(prime(n)). 0
8, 16, 28, 48, 72, 100, 126, 150, 192, 236, 284, 336, 370, 402, 452, 518, 560, 614, 684, 720, 768, 832, 892, 970, 1056, 1110, 1150, 1186, 1216, 1326, 1448, 1512, 1570, 1656, 1736, 1796, 1886, 1958, 2022, 2094, 2150, 2240, 2324, 2372, 2418, 2514, 2706, 2842, 2880, 2918 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are even. - Michel Marcus, Mar 20 2018
LINKS
FORMULA
a(n) = A006450(n+1) + A006450(n).
MATHEMATICA
Table[Prime[Prime[n + 1]] + Prime[Prime[n]], {n, 1, 50}]
PROG
(Magma) [NthPrime(NthPrime(n+1))+NthPrime(NthPrime(n)):n in [1..50]];
(PARI) a(n) = prime(prime(n+1)) + prime(prime(n)); \\ Michel Marcus, Mar 20 2018
CROSSREFS
Sequence in context: A039288 A045237 A255993 * A204644 A191271 A047925
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Mar 20 2018
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)