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!)
A369247 Number of representations of 3*A057588(n) as a sum (p*q + p*r + q*r) with three odd primes p <= q <= r, where A057588 is Kummer numbers, one less than primorials. 3
0, 0, 1, 3, 2, 6, 10, 12, 50, 178, 150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A369054(3*(A002110(n)-1)).
PROG
(PARI)
\\ Needs also program from A369054:
A002110(n) = prod(i=1, n, prime(i));
A369247(n) = A369054(3*(A002110(n)-1));
CROSSREFS
Sequence in context: A210756 A210748 A331889 * A367544 A340612 A362373
KEYWORD
nonn,hard,more
AUTHOR
Antti Karttunen, Jan 22 2024
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 July 31 23:10 EDT 2024. Contains 374809 sequences. (Running on oeis4.)