cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A251720 a(n) = (p_n)^2 * p_{n+1}, where p_n is the n-th prime, A000040(n).

Original entry on oeis.org

12, 45, 175, 539, 1573, 2873, 5491, 8303, 15341, 26071, 35557, 56129, 72283, 86903, 117077, 165731, 212341, 249307, 318719, 367993, 420991, 518003, 613121, 768337, 950309, 1050703, 1135163, 1247941, 1342553, 1621663, 2112899, 2351057, 2608891, 2878829, 3352351
Offset: 1

Views

Author

Antti Karttunen, Dec 14 2014

Keywords

Comments

Subsequence of A014612: a(1)=12=A014612(2), a(2)=45=A014612(10) - Zak Seidov, Apr 26 2016

Crossrefs

Programs

  • Mathematica
    a251720[n_Integer] := Prime[#]^2*Prime[# + 1] & /@ Range[n]; a251720[35] (* Michael De Vlieger, Dec 14 2014 *)
    #[[1]]^2 #[[2]]&/@Partition[Prime[Range[40]],2,1] (* Harvey P. Dale, Mar 12 2015 *)

Formula

a(n) = A000040(n) * A000040(n) * A000040(n+1).
a(n) = A000040(n) * A006094(n).
a(n) = A001248(n) * A000040(n+1).