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!)
A354533 Even terms in A354525. 4
2, 6, 14, 62, 254, 1022, 16382, 262142, 1048574, 4294967294, 4611686018427387902, 295147905179352825854, 1237940039285380274899124222, 324518553658426726783156020576254, 340282366920938463463374607431768211454, 348449143727040986586495598010130648530942 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Even numbers k such that for every prime factor p of k we have gpf(k+p) = p, gpf = A006530.
Even numbers k such that for every prime factor p of k, k+p is p-smooth.
LINKS
FORMULA
a(n) = 2*(2^A354531(n) - 1).
EXAMPLE
See A354532.
PROG
(PARI) lista(nn, {lim=256}, {lim_p=1<<32}) = for(n=1, nn, if(isA354531(n, lim, lim_p), print1(2*(2^n-1), ", "))) \\ See A354531 for the function isA354531
CROSSREFS
Sequence in context: A295974 A324365 A346208 * A192764 A055691 A072171
KEYWORD
nonn,hard
AUTHOR
Jianing Song, Aug 16 2022
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 11 13:17 EDT 2024. Contains 374232 sequences. (Running on oeis4.)