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!)
A339809 a(n) = A019565(n) - 1. 12
0, 1, 2, 5, 4, 9, 14, 29, 6, 13, 20, 41, 34, 69, 104, 209, 10, 21, 32, 65, 54, 109, 164, 329, 76, 153, 230, 461, 384, 769, 1154, 2309, 12, 25, 38, 77, 64, 129, 194, 389, 90, 181, 272, 545, 454, 909, 1364, 2729, 142, 285, 428, 857, 714, 1429, 2144, 4289, 1000, 2001, 3002, 6005, 5004, 10009, 15014, 30029, 16, 33, 50 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI)
A019565(n) = { my(m=1, p=1); while(n>0, p = nextprime(1+p); if(n%2, m *= p); n >>= 1); (m); };
A339809(n) = (A019565(n)-1);
CROSSREFS
Cf. also A339820, A339821.
Sequence in context: A278508 A296208 A324142 * A360896 A084432 A071297
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 18 2020
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)