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!)
A337426 Sums s of positive exponents such that no prime of the form (3^j*5^k + 1)/2 with j + k = s exists. 4
2, 16, 24, 25, 30, 40, 41, 50, 57, 61, 64, 65, 69, 71, 74, 77, 79, 80, 82, 84, 89, 95, 97, 99, 104, 105, 106, 107, 111, 112, 119, 124, 129, 132, 133, 136, 137, 139, 141, 143, 147, 153, 155, 158, 165, 166, 167, 168, 170, 176, 177, 178, 181, 193, 203, 208, 215, 216 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
filter:= proc(n) local k, p;
for k from 1+(n-1 mod 2) to n-1 by 2 do
p:= (3^(n-k)*5^k+1)/2;
if isprime(p) then return false fi
od;
true
end proc:
select(filter, [$2..300]); # Robert Israel, Sep 01 2020
CROSSREFS
Positions of 0 in A337425.
Sequence in context: A330611 A228158 A330662 * A295822 A212765 A343839
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Aug 27 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 August 13 07:44 EDT 2024. Contains 375113 sequences. (Running on oeis4.)