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!)
A092769 Squares of A006450: a(n) = prime(prime(n))^2. 1
9, 25, 121, 289, 961, 1681, 3481, 4489, 6889, 11881, 16129, 24649, 32041, 36481, 44521, 58081, 76729, 80089, 109561, 124609, 134689, 160801, 185761, 212521, 259081, 299209, 316969, 344569, 358801, 380689, 502681, 546121, 597529, 635209 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Prime[Prime[n]]^2, {n, 50}] (* Vincenzo Librandi, May 26 2016 *)
PROG
(PARI) a(n) = prime(prime(n))^2 \\ Michel Marcus, Jun 30 2013
(Magma) [NthPrime(NthPrime(n))^2: n in [1..40]]; // Vincenzo Librandi, May 26 2016
CROSSREFS
Cf. A006450.
Sequence in context: A083100 A084058 A108570 * A263951 A139818 A227078
KEYWORD
nonn,easy
AUTHOR
Jorge Coveiro, Apr 14 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 26 03:02 EDT 2024. Contains 371989 sequences. (Running on oeis4.)