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!)
A101340 a(n) = p^p + p, with p = prime(n). 3
6, 30, 3130, 823550, 285311670622, 302875106592266, 827240261886336764194, 1978419655660313589123998, 20880467999847912034355032910590, 2567686153161211134561828214731016126483498 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A051674(n) + A000040(n). - R. J. Mathar, Apr 26 2007
MATHEMATICA
Table[Prime[n]^Prime[n] + Prime[n], {n, 20}] (* Vincenzo Librandi, Mar 27 2014 *)
PROG
(PARI) for(x=1, 16, print( prime(x)^prime(x)+prime(x)))
(PARI) a(n, p=prime(n))=p^p+p \\ Charles R Greathouse IV, Dec 12 2022
(Magma) [p^p+p: p in PrimesUpTo(40)]; // Vincenzo Librandi, Mar 27 2014
CROSSREFS
Sequence in context: A136349 A119411 A036285 * A156825 A043058 A155097
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Dec 24 2004
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 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)