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!)
A066116 a(n) = prime(n-2)*prime(n-1)^2*prime(n). 3
90, 525, 2695, 11011, 31603, 71383, 141151, 291479, 599633, 1031153, 1739999, 2674471, 3563023, 5034311, 7789357, 11254073, 14709113, 19441859, 24655531, 29890361, 37814219, 48436559, 63771971, 84577501, 101918191, 114651463 (list; graph; refs; listen; history; text; internal format)
OFFSET

3,1

LINKS

Harry J. Smith, Table of n, a(n) for n = 3..1000

FORMULA

a(n) = A000040(n-2)*A000040(n-1)^2*A000040(n) = A006094(n-1)*A006094(n) = A066117(3, n).

EXAMPLE

a(3) = 2*3^2*5 = 90.

PROG

(PARI) { for (n=3, 1000, a=prime(n-2)*prime(n-1)^2*prime(n); write("b066116.txt", n, " ", a) ) } \\ Harry J. Smith, Feb 01 2010

CROSSREFS

Cf. A047928.

Sequence in context: A284845 A203741 A203734 * A233638 A289792 A156738

Adjacent sequences: A066113 A066114 A066115 * A066117 A066118 A066119

KEYWORD

nonn

AUTHOR

Henry Bottomley, Dec 05 2001

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 March 31 09:37 EDT 2023. Contains 361646 sequences. (Running on oeis4.)