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!)
A196749 Numbers n such that 3, 5 and 7 do not divide swing(n) = A056040(n). 3
0, 1, 2, 20, 1512, 1513, 1514, 6320, 6372, 6373, 6374, 6500, 15120, 15121, 15122, 15302, 40014, 119096754, 119096802, 91547225622, 91550794374 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
P. Erdos, R. L. Graham, I. Z. Russa and E. G. Straus, On the prime factors of C(2n,n), Math. Comp. 29 (1975), 83-92.
MAPLE
# The function Search is defined in A196747.
A196749_list := n -> Search(n, [3, 5, 7]): # n is a search limit
PROG
(PARI) valp(n, p)=my(s); while(n\=p, s+=n); s
is(n)=valp(n, 3)==2*valp(n\2, 3) && valp(n, 5)==2*valp(n\2, 5) && valp(n, 7)==2*valp(n\2, 7) \\ Charles R Greathouse IV, Feb 02 2016
CROSSREFS
Sequence in context: A308231 A179594 A374947 * A263417 A053848 A347608
KEYWORD
nonn,more
AUTHOR
Peter Luschny, Oct 06 2011
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 26 05:03 EDT 2024. Contains 375454 sequences. (Running on oeis4.)