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!)
A346102 a(n) = A276086(A328622(n)). 5
1, 2, 9, 18, 3, 6, 25, 50, 225, 450, 75, 150, 625, 1250, 5625, 11250, 1875, 3750, 5, 10, 45, 90, 15, 30, 125, 250, 1125, 2250, 375, 750, 49, 98, 441, 882, 147, 294, 1225, 2450, 11025, 22050, 3675, 7350, 30625, 61250, 275625, 551250, 91875, 183750, 245, 490, 2205, 4410, 735, 1470, 6125, 12250, 55125, 110250, 18375, 36750, 2401 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A276086(A328622(n)).
A342001(a(n)) = A346252(n).
PROG
(PARI) A346102(n) = { my(m=1, p=2); while(n, m *= (p^((((p%2)+1)*n)%p)); n = n\p; p = nextprime(1+p)); (m); };
CROSSREFS
Sequence in context: A240651 A357432 A369000 * A346233 A358946 A282519
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Jul 11 2021
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 September 16 22:04 EDT 2024. Contains 375979 sequences. (Running on oeis4.)