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!)
A267898 a(n) = prime(n)! + prime(n). 0
4, 9, 125, 5047, 39916811, 6227020813, 355687428096017, 121645100408832019, 25852016738884976640023, 8841761993739701954543616000029, 8222838654177922817725562880000031, 13763753091226345046315979581580902400000037 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A039716(n) + A000040(n).
a(n) = A005095(A000040(n)).
MATHEMATICA
Array[Prime[#]! + Prime[#]&, 20]
#!+#&/@Prime[Range[20]] (* Harvey P. Dale, Aug 04 2016 *)
PROG
(Magma) [Factorial(p)+p: p in PrimesUpTo(40)];
(PARI) lista(nn) = forprime(p=2, nn, print1(p! + p, ", ")); \\ Altug Alkan, Jan 23 2016
CROSSREFS
Sequence in context: A065379 A063783 A168138 * A324981 A128524 A027451
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 22 2016
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 July 20 13:32 EDT 2024. Contains 374445 sequences. (Running on oeis4.)