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!)
A278998 Numbers of the form (5h+1)*5^k-1 or (5h+4)*5^k-1 for h,k in N. 2
0, 3, 4, 5, 8, 10, 13, 15, 18, 19, 20, 23, 24, 25, 28, 29, 30, 33, 35, 38, 40, 43, 44, 45, 48, 50, 53, 54, 55, 58, 60, 63, 65, 68, 69, 70, 73, 75, 78, 79, 80, 83, 85, 88, 90, 93, 94, 95, 98, 99, 100, 103, 104, 105, 108, 110, 113, 115, 118, 119, 120, 123, 124, 125, 128, 129, 130 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Hao Fu, G.-N. Han, Computer assisted proof for Apwenian sequences related to Hankel determinants, arXiv preprint arXiv:1601.04370 [math.NT], 2016. See sequence "J" in Section 2.2.
MATHEMATICA
isok[n_]:=Module[{ord=IntegerExponent[n+1, 5]}, MemberQ[{1, 4}, Mod[(n+1)/5^ord, 5]]]; Select[Range[0, 131], isok] (*Ray Chandler, Dec 17 2016*)
CROSSREFS
Complement of A278999.
Sequence in context: A239142 A028288 A118250 * A211533 A079136 A235862
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 07 2016
EXTENSIONS
More terms from Ray Chandler, Dec 17 2016
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 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)