The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A328466 Row 3 of A328464: a(n) = A276156(8n - 4) / 6. 3
1, 6, 36, 41, 386, 391, 421, 426, 5006, 5011, 5041, 5046, 5391, 5396, 5426, 5431, 85086, 85091, 85121, 85126, 85471, 85476, 85506, 85511, 90091, 90096, 90126, 90131, 90476, 90481, 90511, 90516, 1616616, 1616621, 1616651, 1616656, 1617001, 1617006, 1617036, 1617041, 1621621, 1621626, 1621656, 1621661, 1622006, 1622011 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (1/6) * A276156(8*n - 4).
PROG
(PARI)
A002110(n) = prod(i=1, n, prime(i));
A276156(n) = { my(p=2, pr=1, s=0); while(n, if(n%2, s += pr); n >>= 1; pr *= p; p = nextprime(1+p)); (s); };
A328466(n) = (A276156((8*n)-4) / 6);
CROSSREFS
Row 3 of A328464.
Sequence in context: A222784 A043063 A348384 * A232137 A008460 A132633
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 18 2019
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 May 13 16:16 EDT 2024. Contains 372522 sequences. (Running on oeis4.)