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!)
A243054 a(0)=1, and for n >= 1, a(n) = p_n * A002110(n) / 2, where p_n is the n-th prime. 4
1, 2, 9, 75, 735, 12705, 195195, 4339335, 92147055, 2565568005, 93810551835, 3108687597015, 137283655493985, 6237130402307805, 281279368630905645, 14449909890829548135, 863612699645536185345, 56721430329549272852565, 3577295631461912614989735, 263253771961188946371949515 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Fixed points of A243051.
From n >= 2 onward: a(n) = the product of the first n-1 odd primes multiplied by the n-th prime.
LINKS
FORMULA
a(0)=1, and for n >= 1, a(n) = A000040(n)*A002110(n)/2.
a(0)=1, a(1)=2 and for n >= 2, a(n) = A006530(A070826(n)) * A070826(n).
PROG
(Scheme) (define (A243054 n) (if (zero? n) 1 (* (/ 1 2) (A000040 n) (A002110 n))))
CROSSREFS
Sequence in context: A029849 A288581 A197082 * A080638 A370259 A335378
KEYWORD
nonn,easy
AUTHOR
Antti Karttunen, May 29 2014
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)